UL.jqueryFileTree {
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	font-size: .95rem;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	white-space: nowrap;
}

.filetree > UL.jqueryFileTree > LI {
	padding-left: 3px;
}

UL.jqueryFileTree a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

UL.jqueryFileTree A:hover {
	background: #BDF;
}

UL.jqueryFileTree li.active {
	background: #BDF;
}

.filetree {
	border:1px solid  #e5e5e5;
}

.resizable-control {
	position: relative;
}
.resizable-control .processed {
	display: block;
	margin-right: 0pt;
	height: 95%;
	width: 20%;
}
div.grippie {
	background: #eee url(images/gripV.png) no-repeat scroll 2px center;
	border-color: #ddd;
	border-style: solid;
	border-width: 0pt 1px;
	cursor: e-resize;
	width: 9px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.container-code {
	width: 100%;
}
.resizable-control .wrap {
	border-right: 11px solid transparent;
}
.wrap {
	white-space: normal;
}

.active-filename {
	font-size: 0.95rem;
	background-color: #E6E6FC;
	border: 1px solid #D1D1E8;
	padding: 8px 8px 8px 10px;
	color: #333;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-family: Consolas, Monaco, 'Andale Mono', monospace;
	display: none;
}